home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
476-500
/
500
/
wiconify
/
wiconcalls.lzh
/
Make
next >
Wrap
Text File
|
1991-04-19
|
488b
|
17 lines
.k Project/a
;
; Usage: EXECUTE MAKE <Project>
;
; where 'Project' is the name of one of the directories containing
; a wIconify utility program
;
; Not a very efficent make procedure. It copies the required files to the
; specified program directory, then CD's there, then calls the .make
; routine in that directory. Finally, it cleans up after itself.
;
copy #?.(c|h) <Project>
cd <Project>
execute <Project>.make
delete #?.o wIcon.h wStructs.h wIconCalls.c
cd /